projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b78ffc5
)
ARM: uniphier: rename CONFIG_DPLL_SSC_RATE_1PER
author
Masahiro Yamada
<
[email protected]
>
Fri, 16 Sep 2016 18:33:08 +0000
(
03:33
+0900)
committer
Masahiro Yamada
<
[email protected]
>
Sun, 18 Sep 2016 14:47:27 +0000
(23:47 +0900)
Basically, this should not be configured by users.
Signed-off-by: Masahiro Yamada <
[email protected]
>
arch/arm/mach-uniphier/pll/pll-init-sld8.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-uniphier/pll/pll-init-sld8.c
b/arch/arm/mach-uniphier/pll/pll-init-sld8.c
index b26106eb1e94afda1a1fd3c951eaebce23a411a6..8b6a67ce907858a77cd0b78d35fb53f9ea32f07b 100644
(file)
--- a/
arch/arm/mach-uniphier/pll/pll-init-sld8.c
+++ b/
arch/arm/mach-uniphier/pll/pll-init-sld8.c
@@
-36,7
+36,7
@@
static void dpll_init(void)
*/
tmp = readl(SC_DPLLCTRL);
tmp &= ~0x3ff07fff;
-#ifdef
CONFIG_
DPLL_SSC_RATE_1PER
+#ifdef DPLL_SSC_RATE_1PER
tmp |= 0x084018bf;
#else
tmp |= 0x084031a6;